home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
religion
/
olb600.exe
/
GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-05
|
4KB
|
68 lines
echo off
if exist install.exe goto l010
cls
echo ██████████████████████████████████████████████████████████████████
echo ███ ███
echo ███ Please CHANGE to DRIVE in which INSTALL DISK is inserted ███
echo ███ ███
echo ███ For example: A: (enter) or B: (enter) ███
echo ███ ███
echo ███ Then retry: GO ███
echo ███ ███
echo ██████████████████████████████████████████████████████████████████
goto dos
:l010
cls
echo █████████████████████████████████████████████████████████████████████
echo ██ ██
echo ██ ╔═══════════════════════════════════════════════════════════╗ ██
echo ██ ╚═════════════ WELCOME to ONLINE BIBLE v 6.00 ═════════════╝ ██
echo ██ ██
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ ██
echo ██ Please read the installation instructions on the next screen. ██
echo ██ ██
echo ██ ╔╦═════════════════════════════════════════════════════════╦╗ ██
echo ██ ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣ ██
echo ██ ╠╗ "a write-protect tab covereth a multitude of sins..." ╔╣ ██
echo ** ╚╩═════════════════════════════════════════════════════════╩╝ **
echo █████████████████████████████████████████████████████████████████████
echo
pause
if exist read.me2 view read.me2
:mm
choose 12 Online Bible Installation Tutorial Install Instructions Shareware "Dealer Info" "Begin Installation" "Copy Disks"
if not errorlevel 1 goto DOS
if errorlevel 9 view tutorial.doc
if errorlevel 8 view read.me
if errorlevel 7 view shareware.doc
if errorlevel 6 goto install
if errorlevel 5 goto copy
goto mm
:install
cls
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ ██
echo ██ Type "install" to begin the installation ██
echo ██ and then select option A to start. ██
echo ██ ██
echo ** **
echo █████████████████████████████████████████████████████████████████████
echo
goto dos
:copy
cls
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ ██
echo ██ Type "install" to copy Master disks to ██
echo ██ other disk sizes and then select option B to start. ██
echo ██ ██
echo ** **
echo █████████████████████████████████████████████████████████████████████
echo
:dos
verify on